Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement IParsable<T> on Iban type #138

Merged
merged 1 commit into from
Jun 9, 2023
Merged

feat: implement IParsable<T> on Iban type #138

merged 1 commit into from
Jun 9, 2023

Conversation

skwasjer
Copy link
Owner

@skwasjer skwasjer commented Jun 9, 2023

See #133

Implements IParseable<T> with a dependency on the default registry. The IbanParser must still be used when customization of the registry is desired (eg. registering other provider(s)) until the considerations mentioned in #133 are addressed.

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #138 (ee0c498) into main (7308a34) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
src/IbanNet/Iban.cs 83.09% <100.00%> (+1.56%) ⬆️

@skwasjer skwasjer merged commit 380c4fe into main Jun 9, 2023
@skwasjer skwasjer deleted the feature/parse branch June 9, 2023 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant